PHP Gallery
PHP Gallery is a free php image script.
Till death do us part
Axels New Music releases
Viking gear
Gear Gifts and Apparel
Sharp Stuff
Switchblades Icepicks and german knives

here are some of the best and useful php scripts and snippets to help in your projects. Php displayed below. Use the search for specific script lookups. Click the category links to view scripts in Javascript and cgi. To add your own script click the link and add your useful script example.

psuedo cgi server side includes using exec alternative
ssi replacement cgi ssi alternative

#!/usr/bin/perl -0777
$a=shift;
$a=~s/\\//g;
$a=glob($a);
$_='cat $a';
print "Content-type: text/html\n\n";
while(/<!--#exec cgi="([^"]*)"-->/){$a=`$1`;
$a=~s/\n/<br>\n/g;
s/<!--#exec cgi="([^"]*)"-->/$a/}print;


Add your comment.













No comments yet

Search ScriptsnTips


Php JavaScripts CGI/Perl